Class Socialveo\Core\models\SocialveoModel
Class SocialveoModel
Protected Properties
Public Methods
Protected Methods
| Method | Description | Defined By |
|---|---|---|
| _postSaveRelatedRecords() | Override default method for turn off auto-updating related records | Socialveo\Core\models\SocialveoModel |
| _preSaveRelatedRecords() | Override default method for turn off auto-updating related records | Socialveo\Core\models\SocialveoModel |
| afterFetch() | After fetch hook | Socialveo\Core\models\SocialveoModel |
| afterSave() | After save hook | Socialveo\Core\models\SocialveoModel |
| afterUpdate() | After update hook | Socialveo\Core\models\SocialveoModel |
| beforeCreate() | Before create hook | Socialveo\Core\models\SocialveoModel |
| beforeDelete() | Before delete hook | Socialveo\Core\models\SocialveoModel |
| beforeSave() | Before save hook | Socialveo\Core\models\SocialveoModel |
| beforeUpdate() | Before update hook | Socialveo\Core\models\SocialveoModel |
| getSourceTable() | Returns the source table | Socialveo\Core\models\SocialveoModel |
| getUser() | Returns user model of the currently logged in (or passed-in) user | Socialveo\Core\models\SocialveoModel |
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| ACTIVE_DELETE | 0 | Delete | Socialveo\Core\models\SocialveoModel |
| ACTIVE_OK | 1 | Active | Socialveo\Core\models\SocialveoModel |
| ACTIVE_PROCESS_PAYMENT | 2 | Payment process | Socialveo\Core\models\SocialveoModel |
| SCENARIO_DEFAULT | 'default' | Socialveo\Core\models\SocialveoModel | |
| SCENARIO_DELETE | 'delete' | Socialveo\Core\models\SocialveoModel | |
| SCENARIO_PAYMENT | 'payment' | Socialveo\Core\models\SocialveoModel | |
| SCENARIO_SAVE_USER | 'save_user' | Socialveo\Core\models\SocialveoModel |
Property Details
Method Details
Magic method to get related records using the relation alias as a property or getters defined by setGetter()
| public mixed|Phalcon\Mvc\Model\Resultset|Phalcon\Mvc\Model __get ( $property ) | ||
| $property | string | |
Magic method to check if a property is a valid relation
| public boolean __isset ( $property ) | ||
| $property | string | |
Magic method to set related records using the relation alias as a property or setters defined by setSetter()
| public void __set ( $property, $value ) | ||
| $property | string | |
| $value | mixed | |
Override default method for turn off auto-updating related records
| protected boolean _postSaveRelatedRecords ( Phalcon\Db\AdapterInterface $connection, $related ) | ||
| $connection | Phalcon\Db\AdapterInterface | |
| $related | Phalcon\Mvc\ModelInterface[] | |
Override default method for turn off auto-updating related records
| protected boolean _preSaveRelatedRecords ( Phalcon\Db\AdapterInterface $connection, $related ) | ||
| $connection | Phalcon\Db\AdapterInterface | |
| $related | Phalcon\Mvc\ModelInterface[] | |
After fetch hook
| protected void afterFetch ( ) |
After save hook
| protected void afterSave ( ) |
After update hook
| protected void afterUpdate ( ) |
Before create hook
| protected void beforeCreate ( ) | ||
| throws | Exception | Could not retrieve nested object |
|---|---|---|
Before delete hook
| protected void beforeDelete ( ) |
Before save hook
| protected void beforeSave ( ) |
Before update hook
| protected void beforeUpdate ( ) | ||
| throws | Exception | |
|---|---|---|
Get behaviors
| public Phalcon\Mvc\Model\Behavior[] behaviors ( ) |
Behavior notify
| public mixed behaviorsNotify ( $event ) | ||
| $event | string | |
Returns query results from cache (if set and not expired) or database
| public static Phalcon\Mvc\Model|Phalcon\Mvc\Model\ResultsetInterface cachedFind ( $queryParams ) | ||
| $queryParams | array | |
Changes object attributes based on passed-in payload data, saves object and returns it
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\MessagesDialogsUsers [1] => Socialveo\Core\models\Messages [2] => Socialveo\Core\models\Index [3] => Socialveo\Core\models\User [4] => Socialveo\Core\models\LocationCountry [5] => Socialveo\Core\models\WebEvent [6] => Socialveo\Core\models\Post [7] => Socialveo\Core\models\Karma [8] => Socialveo\Core\models\LocationRegion [9] => Socialveo\Core\models\Payment [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\ConnectionCircle [12] => Socialveo\Core\models\OAuth2RefreshToken [13] => Socialveo\Core\models\WalletHistory [14] => Socialveo\Core\models\Circle [15] => Socialveo\Core\models\Location [16] => Socialveo\Core\models\Spam [17] => Socialveo\Core\models\TagAssociation [18] => Socialveo\Core\models\PasswordRecovery [19] => Socialveo\Core\models\LocationLocality [20] => Socialveo\Core\models\StaticPages [21] => Socialveo\Core\models\Network [22] => Socialveo\Core\models\Notification [23] => Socialveo\Core\models\MessagesDialogs [24] => Socialveo\Core\models\UserSocialProfile [25] => Socialveo\Core\models\KarmaBadge [26] => Socialveo\Core\models\Invitation [27] => Socialveo\Core\models\Media [28] => Socialveo\Core\models\PaymentHistory [29] => Socialveo\Core\models\Connection [30] => Socialveo\Core\models\Log [31] => Socialveo\Core\models\Tag [32] => Socialveo\Core\models\Wallet [33] => Socialveo\Core\models\MediaQuery [34] => Socialveo\Core\models\CronSchedule [35] => Socialveo\Core\models\Comment ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 59 [endLine] => 59 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 64 [endLine] => 64 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 69 [endLine] => 69 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 71 [endLine] => 71 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'payment' [phpDocContext] => [name] => SCENARIO_PAYMENT [sourceFile] => [startLine] => 72 [endLine] => 72 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'delete' [phpDocContext] => [name] => SCENARIO_DELETE [sourceFile] => [startLine] => 73 [endLine] => 73 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_SAVE_USER] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'save_user' [phpDocContext] => [name] => SCENARIO_SAVE_USER [sourceFile] => [startLine] => 74 [endLine] => 74 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 126 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 160 [endLine] => 163 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 169 [endLine] => 172 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 177 [endLine] => 180 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 185 [endLine] => 188 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 199 [endLine] => 244 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 190 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 256 [endLine] => 292 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 246 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isSkipValidation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isSkipValidation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 298 [endLine] => 301 [shortDescription] => Is skip validation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 312 [endLine] => 353 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 303 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 363 [endLine] => 381 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 389 [endLine] => 392 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 383 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 400 [endLine] => 407 [shortDescription] => Get behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 394 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initBehaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[]|array [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] [1] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initBehaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 413 [endLine] => 416 [shortDescription] => Init behaviors [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 423 [endLine] => 429 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 418 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 441 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 431 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 450 [endLine] => 460 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 443 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 467 [endLine] => 470 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 477 [endLine] => 480 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getSetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => callable[] [returnTypes] => Array ( [0] => callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 486 [endLine] => 489 [shortDescription] => Return setters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getGetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \callable[] [returnTypes] => Array ( [0] => \callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getGetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 495 [endLine] => 498 [shortDescription] => Return getters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 505 [endLine] => 512 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 534 [endLine] => 540 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 554 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 562 [endLine] => 567 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 578 [endLine] => 585 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 569 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 594 [endLine] => 600 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 587 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 607 [endLine] => 615 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 622 [endLine] => 650 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 663 [endLine] => 928 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 652 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 937 [endLine] => 940 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 930 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 950 [endLine] => 964 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 942 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1066 [endLine] => 1081 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1058 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1090 [endLine] => 1105 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1083 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1114 [endLine] => 1129 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1107 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1138 [endLine] => 1145 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1131 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1154 [endLine] => 1161 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1147 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1194 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1163 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1204 [endLine] => 1223 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1196 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1234 [endLine] => 1284 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1225 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1293 [endLine] => 1308 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTarget] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => static|\Socialveo\Core\models\SocialveoModel|null [returnTypes] => Array ( [0] => static [1] => \Socialveo\Core\models\SocialveoModel [2] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTarget [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1348 [endLine] => 1356 [shortDescription] => Returns target object [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1366 [endLine] => 1496 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1358 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1509 [endLine] => 1531 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1498 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1544 [endLine] => 1600 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1533 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1608 [endLine] => 1658 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1602 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1666 [endLine] => 1693 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1660 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1701 [endLine] => 1720 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1695 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1728 [endLine] => 1749 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1722 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1757 [endLine] => 1766 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1751 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1774 [endLine] => 1785 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1768 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1793 [endLine] => 1802 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1787 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1807 [endLine] => 1810 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getPaymentIsOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getPaymentIsOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1816 [endLine] => 1820 [shortDescription] => Returns true if is payment ok [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getActiveOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActiveOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1825 [endLine] => 1828 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1838 [endLine] => 1864 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1873 [endLine] => 1881 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1888 [endLine] => 1900 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1909 [endLine] => 1930 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1935 [endLine] => 1948 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1955 [endLine] => 1960 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1967 [endLine] => 2010 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $name [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string $name [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|SocialveoModel|self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) ) [tag:protected] => return [content:protected] => string|SocialveoModel|self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1962 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2017 [endLine] => 2021 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2028 [endLine] => 2030 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2036 [endLine] => 2040 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2047 [endLine] => 2077 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getRealOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset|\Socialveo\Core\models\User [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset [3] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getRealOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2083 [endLine] => 2089 [shortDescription] => Return real owner [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2095 [endLine] => 2099 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2104 [endLine] => 2120 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2131 [endLine] => 2134 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2122 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2145 [endLine] => 2148 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2136 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 97 [endLine] => 97 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 136 [endLine] => 146 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 148 [endLine] => 148 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [$_behaviors] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => \Phalcon\Mvc\Model\Behavior[] [types] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [defaultValue] => [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $_behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 154 [endLine] => 154 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => var [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 150 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 52 [endLine] => 2149 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public Socialveo\Core\models\SocialveoModel change ( $payload, $properties = null, &$status = null ) | ||
| $payload | array|object | |
| $properties | array | [optional] |
| $status | boolean | [optional] |
| throws | Exception | |
|---|---|---|
Creates an object using passed-in payload data
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\MessagesDialogsUsers [1] => Socialveo\Core\models\Messages [2] => Socialveo\Core\models\Index [3] => Socialveo\Core\models\User [4] => Socialveo\Core\models\LocationCountry [5] => Socialveo\Core\models\WebEvent [6] => Socialveo\Core\models\Post [7] => Socialveo\Core\models\Karma [8] => Socialveo\Core\models\LocationRegion [9] => Socialveo\Core\models\Payment [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\ConnectionCircle [12] => Socialveo\Core\models\OAuth2RefreshToken [13] => Socialveo\Core\models\WalletHistory [14] => Socialveo\Core\models\Circle [15] => Socialveo\Core\models\Location [16] => Socialveo\Core\models\Spam [17] => Socialveo\Core\models\TagAssociation [18] => Socialveo\Core\models\PasswordRecovery [19] => Socialveo\Core\models\LocationLocality [20] => Socialveo\Core\models\StaticPages [21] => Socialveo\Core\models\Network [22] => Socialveo\Core\models\Notification [23] => Socialveo\Core\models\MessagesDialogs [24] => Socialveo\Core\models\UserSocialProfile [25] => Socialveo\Core\models\KarmaBadge [26] => Socialveo\Core\models\Invitation [27] => Socialveo\Core\models\Media [28] => Socialveo\Core\models\PaymentHistory [29] => Socialveo\Core\models\Connection [30] => Socialveo\Core\models\Log [31] => Socialveo\Core\models\Tag [32] => Socialveo\Core\models\Wallet [33] => Socialveo\Core\models\MediaQuery [34] => Socialveo\Core\models\CronSchedule [35] => Socialveo\Core\models\Comment ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 59 [endLine] => 59 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 64 [endLine] => 64 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 69 [endLine] => 69 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 71 [endLine] => 71 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'payment' [phpDocContext] => [name] => SCENARIO_PAYMENT [sourceFile] => [startLine] => 72 [endLine] => 72 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'delete' [phpDocContext] => [name] => SCENARIO_DELETE [sourceFile] => [startLine] => 73 [endLine] => 73 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_SAVE_USER] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'save_user' [phpDocContext] => [name] => SCENARIO_SAVE_USER [sourceFile] => [startLine] => 74 [endLine] => 74 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 126 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 160 [endLine] => 163 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 169 [endLine] => 172 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 177 [endLine] => 180 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 185 [endLine] => 188 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 199 [endLine] => 244 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 190 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 256 [endLine] => 292 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 246 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isSkipValidation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isSkipValidation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 298 [endLine] => 301 [shortDescription] => Is skip validation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 312 [endLine] => 353 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 303 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 363 [endLine] => 381 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 389 [endLine] => 392 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 383 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 400 [endLine] => 407 [shortDescription] => Get behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 394 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initBehaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[]|array [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] [1] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initBehaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 413 [endLine] => 416 [shortDescription] => Init behaviors [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 423 [endLine] => 429 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 418 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 441 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 431 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 450 [endLine] => 460 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 443 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 467 [endLine] => 470 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 477 [endLine] => 480 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getSetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => callable[] [returnTypes] => Array ( [0] => callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 486 [endLine] => 489 [shortDescription] => Return setters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getGetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \callable[] [returnTypes] => Array ( [0] => \callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getGetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 495 [endLine] => 498 [shortDescription] => Return getters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 505 [endLine] => 512 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 534 [endLine] => 540 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 554 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 562 [endLine] => 567 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 578 [endLine] => 585 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 569 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 594 [endLine] => 600 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 587 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 607 [endLine] => 615 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 622 [endLine] => 650 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 663 [endLine] => 928 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 652 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 937 [endLine] => 940 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 930 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 950 [endLine] => 964 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 942 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1066 [endLine] => 1081 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1058 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1090 [endLine] => 1105 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1083 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1114 [endLine] => 1129 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1107 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1138 [endLine] => 1145 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1131 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1154 [endLine] => 1161 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1147 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1194 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1163 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1204 [endLine] => 1223 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1196 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1234 [endLine] => 1284 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1225 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1293 [endLine] => 1308 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTarget] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => static|\Socialveo\Core\models\SocialveoModel|null [returnTypes] => Array ( [0] => static [1] => \Socialveo\Core\models\SocialveoModel [2] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTarget [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1348 [endLine] => 1356 [shortDescription] => Returns target object [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1366 [endLine] => 1496 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1358 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1509 [endLine] => 1531 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1498 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1544 [endLine] => 1600 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1533 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1608 [endLine] => 1658 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1602 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1666 [endLine] => 1693 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1660 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1701 [endLine] => 1720 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1695 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1728 [endLine] => 1749 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1722 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1757 [endLine] => 1766 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1751 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1774 [endLine] => 1785 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1768 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1793 [endLine] => 1802 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1787 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1807 [endLine] => 1810 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getPaymentIsOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getPaymentIsOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1816 [endLine] => 1820 [shortDescription] => Returns true if is payment ok [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getActiveOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActiveOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1825 [endLine] => 1828 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1838 [endLine] => 1864 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1873 [endLine] => 1881 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1888 [endLine] => 1900 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1909 [endLine] => 1930 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1935 [endLine] => 1948 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1955 [endLine] => 1960 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1967 [endLine] => 2010 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $name [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string $name [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|SocialveoModel|self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) ) [tag:protected] => return [content:protected] => string|SocialveoModel|self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1962 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2017 [endLine] => 2021 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2028 [endLine] => 2030 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2036 [endLine] => 2040 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2047 [endLine] => 2077 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getRealOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset|\Socialveo\Core\models\User [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset [3] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getRealOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2083 [endLine] => 2089 [shortDescription] => Return real owner [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2095 [endLine] => 2099 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2104 [endLine] => 2120 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2131 [endLine] => 2134 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2122 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2145 [endLine] => 2148 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2136 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 97 [endLine] => 97 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 136 [endLine] => 146 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 148 [endLine] => 148 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [$_behaviors] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => \Phalcon\Mvc\Model\Behavior[] [types] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [defaultValue] => [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $_behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 154 [endLine] => 154 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => var [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 150 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 52 [endLine] => 2149 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public static Socialveo\Core\models\SocialveoModel createObject ( $payload = [], $scenario = null ) | ||
| $payload | array|object | |
| $scenario | null|string | |
| throws | Exception | |
|---|---|---|
Deletes an object (soft-delete)
| public static Socialveo\Core\models\SocialveoModel|mixed deleteObject ( $obj, $permanent = true ) | ||
| $obj | string|Socialveo\Core\models\SocialveoModel | |
| $permanent | boolean | |
| throws | Exception | |
|---|---|---|
Delete target index
| public void deleteTargetIndex ( ) |
Fetches the provided objects and returns them in an array
| public static object fetchObjects ( $uuids ) | ||
| $uuids | string | Comma separated list |
| throws | Exception | Please provide proper UUIDs in the request query |
|---|---|---|
Returns query results filtered by GET user-parameters, optionaly cached
| public static Phalcon\Mvc\Model\ResultsetInterface filteredFind ( $queryParams = [], $filterParams = [], $cache = true, $distinct = null ) | ||
| $queryParams | array|Phalcon\Mvc\Model\Criteria | |
| $filterParams | array | |
| $cache | boolean | [optional] default true |
| $distinct | string | [optional] Distinct attribute |
| throws | Exception | |
|---|---|---|
Find first model by uuid
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\MessagesDialogsUsers [1] => Socialveo\Core\models\Messages [2] => Socialveo\Core\models\Index [3] => Socialveo\Core\models\User [4] => Socialveo\Core\models\LocationCountry [5] => Socialveo\Core\models\WebEvent [6] => Socialveo\Core\models\Post [7] => Socialveo\Core\models\Karma [8] => Socialveo\Core\models\LocationRegion [9] => Socialveo\Core\models\Payment [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\ConnectionCircle [12] => Socialveo\Core\models\OAuth2RefreshToken [13] => Socialveo\Core\models\WalletHistory [14] => Socialveo\Core\models\Circle [15] => Socialveo\Core\models\Location [16] => Socialveo\Core\models\Spam [17] => Socialveo\Core\models\TagAssociation [18] => Socialveo\Core\models\PasswordRecovery [19] => Socialveo\Core\models\LocationLocality [20] => Socialveo\Core\models\StaticPages [21] => Socialveo\Core\models\Network [22] => Socialveo\Core\models\Notification [23] => Socialveo\Core\models\MessagesDialogs [24] => Socialveo\Core\models\UserSocialProfile [25] => Socialveo\Core\models\KarmaBadge [26] => Socialveo\Core\models\Invitation [27] => Socialveo\Core\models\Media [28] => Socialveo\Core\models\PaymentHistory [29] => Socialveo\Core\models\Connection [30] => Socialveo\Core\models\Log [31] => Socialveo\Core\models\Tag [32] => Socialveo\Core\models\Wallet [33] => Socialveo\Core\models\MediaQuery [34] => Socialveo\Core\models\CronSchedule [35] => Socialveo\Core\models\Comment ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 59 [endLine] => 59 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 64 [endLine] => 64 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 69 [endLine] => 69 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 71 [endLine] => 71 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'payment' [phpDocContext] => [name] => SCENARIO_PAYMENT [sourceFile] => [startLine] => 72 [endLine] => 72 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'delete' [phpDocContext] => [name] => SCENARIO_DELETE [sourceFile] => [startLine] => 73 [endLine] => 73 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_SAVE_USER] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'save_user' [phpDocContext] => [name] => SCENARIO_SAVE_USER [sourceFile] => [startLine] => 74 [endLine] => 74 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 126 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 160 [endLine] => 163 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 169 [endLine] => 172 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 177 [endLine] => 180 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 185 [endLine] => 188 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 199 [endLine] => 244 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 190 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 256 [endLine] => 292 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 246 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isSkipValidation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isSkipValidation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 298 [endLine] => 301 [shortDescription] => Is skip validation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 312 [endLine] => 353 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 303 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 363 [endLine] => 381 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 389 [endLine] => 392 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 383 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 400 [endLine] => 407 [shortDescription] => Get behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 394 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initBehaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[]|array [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] [1] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initBehaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 413 [endLine] => 416 [shortDescription] => Init behaviors [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 423 [endLine] => 429 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 418 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 441 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 431 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 450 [endLine] => 460 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 443 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 467 [endLine] => 470 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 477 [endLine] => 480 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getSetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => callable[] [returnTypes] => Array ( [0] => callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 486 [endLine] => 489 [shortDescription] => Return setters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getGetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \callable[] [returnTypes] => Array ( [0] => \callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getGetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 495 [endLine] => 498 [shortDescription] => Return getters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 505 [endLine] => 512 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 534 [endLine] => 540 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 554 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 562 [endLine] => 567 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 578 [endLine] => 585 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 569 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 594 [endLine] => 600 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 587 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 607 [endLine] => 615 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 622 [endLine] => 650 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 663 [endLine] => 928 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 652 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 937 [endLine] => 940 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 930 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 950 [endLine] => 964 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 942 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1066 [endLine] => 1081 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1058 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1090 [endLine] => 1105 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1083 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1114 [endLine] => 1129 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1107 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1138 [endLine] => 1145 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1131 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1154 [endLine] => 1161 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1147 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1194 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1163 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1204 [endLine] => 1223 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1196 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1234 [endLine] => 1284 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1225 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1293 [endLine] => 1308 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTarget] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => static|\Socialveo\Core\models\SocialveoModel|null [returnTypes] => Array ( [0] => static [1] => \Socialveo\Core\models\SocialveoModel [2] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTarget [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1348 [endLine] => 1356 [shortDescription] => Returns target object [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1366 [endLine] => 1496 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1358 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1509 [endLine] => 1531 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1498 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1544 [endLine] => 1600 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1533 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1608 [endLine] => 1658 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1602 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1666 [endLine] => 1693 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1660 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1701 [endLine] => 1720 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1695 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1728 [endLine] => 1749 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1722 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1757 [endLine] => 1766 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1751 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1774 [endLine] => 1785 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1768 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1793 [endLine] => 1802 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1787 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1807 [endLine] => 1810 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getPaymentIsOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getPaymentIsOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1816 [endLine] => 1820 [shortDescription] => Returns true if is payment ok [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getActiveOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActiveOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1825 [endLine] => 1828 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1838 [endLine] => 1864 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1873 [endLine] => 1881 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1888 [endLine] => 1900 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1909 [endLine] => 1930 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1935 [endLine] => 1948 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1955 [endLine] => 1960 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1967 [endLine] => 2010 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $name [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string $name [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|SocialveoModel|self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) ) [tag:protected] => return [content:protected] => string|SocialveoModel|self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1962 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2017 [endLine] => 2021 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2028 [endLine] => 2030 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2036 [endLine] => 2040 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2047 [endLine] => 2077 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getRealOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset|\Socialveo\Core\models\User [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset [3] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getRealOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2083 [endLine] => 2089 [shortDescription] => Return real owner [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2095 [endLine] => 2099 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2104 [endLine] => 2120 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2131 [endLine] => 2134 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2122 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2145 [endLine] => 2148 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2136 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 97 [endLine] => 97 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 136 [endLine] => 146 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 148 [endLine] => 148 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [$_behaviors] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => \Phalcon\Mvc\Model\Behavior[] [types] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [defaultValue] => [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $_behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 154 [endLine] => 154 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => var [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 150 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 52 [endLine] => 2149 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public static Socialveo\Core\models\SocialveoModel findFirstByUuid ( $uuid ) | ||
| $uuid | string | |
Fire event
| public void fire ( $event, $options = [] ) | ||
| $event | string | |
| $options | array | [optional] |
| public Socialveo\Core\models\SocialveoModel forUpdate ( ) |
| public boolean getActiveOk ( ) |
| public boolean getActivePaymentProcess ( ) |
Get model meta data attributes
| public array getAttributes ( ) |
Get models metadata attributes
| public static array getAttributesStatic ( $class ) | ||
| $class | string | |
Returns a list of changed values
| public array getChangedFields ( ) |
Returns models Events Manager
| public static Phalcon\Events\ManagerInterface getEventsManagerInstance ( ) |
Return getters
| public \callable[] getGetters ( ) |
Check if user is owner of resource
| public boolean getIsOwner ( $user ) | ||
| $user | mixed | |
| public static integer|null getLastQueryFullCount ( ) |
Get model
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\MessagesDialogsUsers [1] => Socialveo\Core\models\Messages [2] => Socialveo\Core\models\Index [3] => Socialveo\Core\models\User [4] => Socialveo\Core\models\LocationCountry [5] => Socialveo\Core\models\WebEvent [6] => Socialveo\Core\models\Post [7] => Socialveo\Core\models\Karma [8] => Socialveo\Core\models\LocationRegion [9] => Socialveo\Core\models\Payment [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\ConnectionCircle [12] => Socialveo\Core\models\OAuth2RefreshToken [13] => Socialveo\Core\models\WalletHistory [14] => Socialveo\Core\models\Circle [15] => Socialveo\Core\models\Location [16] => Socialveo\Core\models\Spam [17] => Socialveo\Core\models\TagAssociation [18] => Socialveo\Core\models\PasswordRecovery [19] => Socialveo\Core\models\LocationLocality [20] => Socialveo\Core\models\StaticPages [21] => Socialveo\Core\models\Network [22] => Socialveo\Core\models\Notification [23] => Socialveo\Core\models\MessagesDialogs [24] => Socialveo\Core\models\UserSocialProfile [25] => Socialveo\Core\models\KarmaBadge [26] => Socialveo\Core\models\Invitation [27] => Socialveo\Core\models\Media [28] => Socialveo\Core\models\PaymentHistory [29] => Socialveo\Core\models\Connection [30] => Socialveo\Core\models\Log [31] => Socialveo\Core\models\Tag [32] => Socialveo\Core\models\Wallet [33] => Socialveo\Core\models\MediaQuery [34] => Socialveo\Core\models\CronSchedule [35] => Socialveo\Core\models\Comment ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 59 [endLine] => 59 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 64 [endLine] => 64 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 69 [endLine] => 69 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 71 [endLine] => 71 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'payment' [phpDocContext] => [name] => SCENARIO_PAYMENT [sourceFile] => [startLine] => 72 [endLine] => 72 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'delete' [phpDocContext] => [name] => SCENARIO_DELETE [sourceFile] => [startLine] => 73 [endLine] => 73 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_SAVE_USER] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'save_user' [phpDocContext] => [name] => SCENARIO_SAVE_USER [sourceFile] => [startLine] => 74 [endLine] => 74 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 126 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 160 [endLine] => 163 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 169 [endLine] => 172 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 177 [endLine] => 180 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 185 [endLine] => 188 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 199 [endLine] => 244 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 190 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 256 [endLine] => 292 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 246 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isSkipValidation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isSkipValidation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 298 [endLine] => 301 [shortDescription] => Is skip validation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 312 [endLine] => 353 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 303 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 363 [endLine] => 381 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 389 [endLine] => 392 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 383 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 400 [endLine] => 407 [shortDescription] => Get behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 394 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initBehaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[]|array [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] [1] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initBehaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 413 [endLine] => 416 [shortDescription] => Init behaviors [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 423 [endLine] => 429 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 418 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 441 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 431 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 450 [endLine] => 460 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 443 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 467 [endLine] => 470 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 477 [endLine] => 480 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getSetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => callable[] [returnTypes] => Array ( [0] => callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 486 [endLine] => 489 [shortDescription] => Return setters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getGetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \callable[] [returnTypes] => Array ( [0] => \callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getGetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 495 [endLine] => 498 [shortDescription] => Return getters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 505 [endLine] => 512 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 534 [endLine] => 540 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 554 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 562 [endLine] => 567 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 578 [endLine] => 585 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 569 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 594 [endLine] => 600 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 587 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 607 [endLine] => 615 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 622 [endLine] => 650 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 663 [endLine] => 928 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 652 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 937 [endLine] => 940 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 930 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 950 [endLine] => 964 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 942 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1066 [endLine] => 1081 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1058 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1090 [endLine] => 1105 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1083 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1114 [endLine] => 1129 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1107 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1138 [endLine] => 1145 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1131 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1154 [endLine] => 1161 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1147 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1194 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1163 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1204 [endLine] => 1223 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1196 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1234 [endLine] => 1284 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1225 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1293 [endLine] => 1308 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTarget] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => static|\Socialveo\Core\models\SocialveoModel|null [returnTypes] => Array ( [0] => static [1] => \Socialveo\Core\models\SocialveoModel [2] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTarget [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1348 [endLine] => 1356 [shortDescription] => Returns target object [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1366 [endLine] => 1496 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1358 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1509 [endLine] => 1531 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1498 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1544 [endLine] => 1600 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1533 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1608 [endLine] => 1658 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1602 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1666 [endLine] => 1693 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1660 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1701 [endLine] => 1720 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1695 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1728 [endLine] => 1749 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1722 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1757 [endLine] => 1766 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1751 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1774 [endLine] => 1785 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1768 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1793 [endLine] => 1802 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1787 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1807 [endLine] => 1810 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getPaymentIsOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getPaymentIsOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1816 [endLine] => 1820 [shortDescription] => Returns true if is payment ok [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getActiveOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActiveOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1825 [endLine] => 1828 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1838 [endLine] => 1864 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1873 [endLine] => 1881 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1888 [endLine] => 1900 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1909 [endLine] => 1930 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1935 [endLine] => 1948 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1955 [endLine] => 1960 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1967 [endLine] => 2010 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $name [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string $name [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|SocialveoModel|self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) ) [tag:protected] => return [content:protected] => string|SocialveoModel|self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1962 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2017 [endLine] => 2021 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2028 [endLine] => 2030 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2036 [endLine] => 2040 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2047 [endLine] => 2077 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getRealOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset|\Socialveo\Core\models\User [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset [3] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getRealOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2083 [endLine] => 2089 [shortDescription] => Return real owner [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2095 [endLine] => 2099 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2104 [endLine] => 2120 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2131 [endLine] => 2134 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2122 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2145 [endLine] => 2148 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2136 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 97 [endLine] => 97 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 136 [endLine] => 146 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 148 [endLine] => 148 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [$_behaviors] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => \Phalcon\Mvc\Model\Behavior[] [types] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [defaultValue] => [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $_behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 154 [endLine] => 154 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => var [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 150 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 52 [endLine] => 2149 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public static string|Socialveo\Core\models\SocialveoModel|Socialveo\Core\models\SocialveoModel getModel ( $model ) | ||
| $model | ||
Fetches an object based on passed array
| public static Socialveo\Core\models\SocialveoModel getObjectByParam ( array $arr ) | ||
| $arr | array | |
| throws | Exception | |
|---|---|---|
Returns an resource type based on request URI
| public static string getObjectTypeByParam ( $uri ) | ||
| $uri | ||
Returns true if is payment ok
| public boolean getPaymentIsOk ( ) |
Return real owner
| public mixed|Phalcon\Mvc\Model|Phalcon\Mvc\Model\Resultset|Socialveo\Core\models\User getRealOwner ( ) |
Returns a string resource name of the Object (singular form)
| public string getResourceType ( $singular = false ) | ||
| $singular | boolean | |
| return | string | Resource name |
|---|---|---|
| public string getScenario ( ) |
Return setters
| public callable[] getSetters ( ) |
Returns the source table
| protected string getSourceTable ( $table ) | ||
| $table | ||
Returns target object
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\MessagesDialogsUsers [1] => Socialveo\Core\models\Messages [2] => Socialveo\Core\models\Index [3] => Socialveo\Core\models\User [4] => Socialveo\Core\models\LocationCountry [5] => Socialveo\Core\models\WebEvent [6] => Socialveo\Core\models\Post [7] => Socialveo\Core\models\Karma [8] => Socialveo\Core\models\LocationRegion [9] => Socialveo\Core\models\Payment [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\ConnectionCircle [12] => Socialveo\Core\models\OAuth2RefreshToken [13] => Socialveo\Core\models\WalletHistory [14] => Socialveo\Core\models\Circle [15] => Socialveo\Core\models\Location [16] => Socialveo\Core\models\Spam [17] => Socialveo\Core\models\TagAssociation [18] => Socialveo\Core\models\PasswordRecovery [19] => Socialveo\Core\models\LocationLocality [20] => Socialveo\Core\models\StaticPages [21] => Socialveo\Core\models\Network [22] => Socialveo\Core\models\Notification [23] => Socialveo\Core\models\MessagesDialogs [24] => Socialveo\Core\models\UserSocialProfile [25] => Socialveo\Core\models\KarmaBadge [26] => Socialveo\Core\models\Invitation [27] => Socialveo\Core\models\Media [28] => Socialveo\Core\models\PaymentHistory [29] => Socialveo\Core\models\Connection [30] => Socialveo\Core\models\Log [31] => Socialveo\Core\models\Tag [32] => Socialveo\Core\models\Wallet [33] => Socialveo\Core\models\MediaQuery [34] => Socialveo\Core\models\CronSchedule [35] => Socialveo\Core\models\Comment ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 59 [endLine] => 59 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 64 [endLine] => 64 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 69 [endLine] => 69 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 71 [endLine] => 71 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'payment' [phpDocContext] => [name] => SCENARIO_PAYMENT [sourceFile] => [startLine] => 72 [endLine] => 72 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'delete' [phpDocContext] => [name] => SCENARIO_DELETE [sourceFile] => [startLine] => 73 [endLine] => 73 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_SAVE_USER] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'save_user' [phpDocContext] => [name] => SCENARIO_SAVE_USER [sourceFile] => [startLine] => 74 [endLine] => 74 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 126 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 160 [endLine] => 163 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 169 [endLine] => 172 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 177 [endLine] => 180 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 185 [endLine] => 188 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 199 [endLine] => 244 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 190 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 256 [endLine] => 292 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 246 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isSkipValidation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isSkipValidation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 298 [endLine] => 301 [shortDescription] => Is skip validation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 312 [endLine] => 353 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 303 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 363 [endLine] => 381 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 389 [endLine] => 392 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 383 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 400 [endLine] => 407 [shortDescription] => Get behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 394 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initBehaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[]|array [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] [1] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initBehaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 413 [endLine] => 416 [shortDescription] => Init behaviors [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 423 [endLine] => 429 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 418 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 441 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 431 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 450 [endLine] => 460 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 443 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 467 [endLine] => 470 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 477 [endLine] => 480 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getSetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => callable[] [returnTypes] => Array ( [0] => callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 486 [endLine] => 489 [shortDescription] => Return setters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getGetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \callable[] [returnTypes] => Array ( [0] => \callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getGetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 495 [endLine] => 498 [shortDescription] => Return getters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 505 [endLine] => 512 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 534 [endLine] => 540 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 554 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 562 [endLine] => 567 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 578 [endLine] => 585 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 569 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 594 [endLine] => 600 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 587 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 607 [endLine] => 615 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 622 [endLine] => 650 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 663 [endLine] => 928 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 652 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 937 [endLine] => 940 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 930 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 950 [endLine] => 964 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 942 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1066 [endLine] => 1081 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1058 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1090 [endLine] => 1105 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1083 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1114 [endLine] => 1129 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1107 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1138 [endLine] => 1145 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1131 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1154 [endLine] => 1161 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1147 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1194 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1163 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1204 [endLine] => 1223 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1196 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1234 [endLine] => 1284 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1225 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1293 [endLine] => 1308 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTarget] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => static|\Socialveo\Core\models\SocialveoModel|null [returnTypes] => Array ( [0] => static [1] => \Socialveo\Core\models\SocialveoModel [2] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTarget [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1348 [endLine] => 1356 [shortDescription] => Returns target object [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1366 [endLine] => 1496 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1358 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1509 [endLine] => 1531 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1498 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1544 [endLine] => 1600 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1533 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1608 [endLine] => 1658 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1602 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1666 [endLine] => 1693 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1660 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1701 [endLine] => 1720 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1695 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1728 [endLine] => 1749 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1722 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1757 [endLine] => 1766 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1751 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1774 [endLine] => 1785 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1768 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1793 [endLine] => 1802 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1787 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1807 [endLine] => 1810 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getPaymentIsOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getPaymentIsOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1816 [endLine] => 1820 [shortDescription] => Returns true if is payment ok [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getActiveOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActiveOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1825 [endLine] => 1828 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1838 [endLine] => 1864 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1873 [endLine] => 1881 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1888 [endLine] => 1900 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1909 [endLine] => 1930 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1935 [endLine] => 1948 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1955 [endLine] => 1960 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1967 [endLine] => 2010 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $name [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string $name [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|SocialveoModel|self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) ) [tag:protected] => return [content:protected] => string|SocialveoModel|self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1962 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2017 [endLine] => 2021 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2028 [endLine] => 2030 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2036 [endLine] => 2040 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2047 [endLine] => 2077 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getRealOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset|\Socialveo\Core\models\User [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset [3] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getRealOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2083 [endLine] => 2089 [shortDescription] => Return real owner [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2095 [endLine] => 2099 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2104 [endLine] => 2120 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2131 [endLine] => 2134 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2122 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2145 [endLine] => 2148 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2136 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 97 [endLine] => 97 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 136 [endLine] => 146 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 148 [endLine] => 148 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [$_behaviors] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => \Phalcon\Mvc\Model\Behavior[] [types] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [defaultValue] => [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $_behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 154 [endLine] => 154 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => var [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 150 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 52 [endLine] => 2149 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public Socialveo\Core\models\SocialveoModel|Socialveo\Core\models\SocialveoModel|null getTarget ( ) |
Returns the target object by target_id and target_type
| public static object|boolean getTargetObject ( $target_id, $target_type ) | ||
| $target_id | ||
| $target_type | ||
| throws | Exception | The model is not valid |
|---|---|---|
Fetches an object based on passed array
| public static Socialveo\Core\models\SocialveoModel getTargetObjectFromArray ( array $arr ) | ||
| $arr | array | |
| throws | Exception | |
|---|---|---|
Returns target type
| public string getTargetType ( ) |
Returns user model of the currently logged in (or passed-in) user
| protected Socialveo\Core\models\User getUser ( $user = null ) | ||
| $user | ||
| throws | Exception | |
|---|---|---|
Fetch objects passed in array
| public static Socialveo\Core\models\SocialveoModel[] getUuidsObjects ( $arr, $attribute = null ) | ||
| $arr | array | |
| $attribute | string | [optional] |
| throws | Exception | |
|---|---|---|
Check if a specific attribute has changed This only works if the model is keeping data snapshots
| public boolean hasChanged ( $fieldName = null ) | ||
| $fieldName | string|array | |
Init behaviors
| public Phalcon\Mvc\Model\Behavior[]|array initBehaviors ( ) |
Initialize model
| public void initialize ( ) |
Check if called class and the model name is the same
| public boolean isModel ( $name ) | ||
| $name | string | |
Checks whether model is new
| public boolean isNew ( ) |
Checks whether model is new
| public boolean isNewRecord ( ) |
Is skip validation
| public boolean isSkipValidation ( ) |
OnConstruct event model
| public void onConstruct ( ) |
Transforms words from singular to plural
| public static string pluralize ( $singular ) | ||
| $singular | string | |
| return | string | $plural |
|---|---|---|
Read attribute from getter
| public mixed|Phalcon\Mvc\Model|Phalcon\Mvc\Model\Resultset readAttribute ( $attribute ) | ||
| $attribute | string | |
Transforms a resource name string to a Model name (if such model exists)
| public static string|boolean resourceToModel ( $resource ) | ||
| $resource | string | |
| return | string|boolean | Model name or false |
|---|---|---|
Returns an array of typed arrays, ready to be json_encoded
| public static array resultsetToJson ( $resultset, $embed = [], $extraFields = [], $checkAccess = false, $user = null ) | ||
| $resultset | Socialveo\Core\models\SocialveoModel[] | |
| $embed | array | [optional] |
| $extraFields | array | [optional] |
| $checkAccess | boolean | [optional] Check user access |
| $user | Socialveo\Core\models\User | [optional] User for being check for access |
Returns object from cache (if set and not expired) or database
| yii\apidoc\models\ClassDoc Object ( [parentClass] => Phalcon\Mvc\Model [isAbstract] => [isFinal] => [interfaces] => Array ( ) [traits] => Array ( [0] => Socialveo\Core\Translatable ) [subclasses] => Array ( [0] => Socialveo\Core\models\MessagesDialogsUsers [1] => Socialveo\Core\models\Messages [2] => Socialveo\Core\models\Index [3] => Socialveo\Core\models\User [4] => Socialveo\Core\models\LocationCountry [5] => Socialveo\Core\models\WebEvent [6] => Socialveo\Core\models\Post [7] => Socialveo\Core\models\Karma [8] => Socialveo\Core\models\LocationRegion [9] => Socialveo\Core\models\Payment [10] => Socialveo\Core\models\NetworkFields [11] => Socialveo\Core\models\ConnectionCircle [12] => Socialveo\Core\models\OAuth2RefreshToken [13] => Socialveo\Core\models\WalletHistory [14] => Socialveo\Core\models\Circle [15] => Socialveo\Core\models\Location [16] => Socialveo\Core\models\Spam [17] => Socialveo\Core\models\TagAssociation [18] => Socialveo\Core\models\PasswordRecovery [19] => Socialveo\Core\models\LocationLocality [20] => Socialveo\Core\models\StaticPages [21] => Socialveo\Core\models\Network [22] => Socialveo\Core\models\Notification [23] => Socialveo\Core\models\MessagesDialogs [24] => Socialveo\Core\models\UserSocialProfile [25] => Socialveo\Core\models\KarmaBadge [26] => Socialveo\Core\models\Invitation [27] => Socialveo\Core\models\Media [28] => Socialveo\Core\models\PaymentHistory [29] => Socialveo\Core\models\Connection [30] => Socialveo\Core\models\Log [31] => Socialveo\Core\models\Tag [32] => Socialveo\Core\models\Wallet [33] => Socialveo\Core\models\MediaQuery [34] => Socialveo\Core\models\CronSchedule [35] => Socialveo\Core\models\Comment ) [events] => Array ( ) [constants] => Array ( [ACTIVE_PROCESS_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 2 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_PROCESS_PAYMENT [sourceFile] => [startLine] => 59 [endLine] => 59 [shortDescription] => Payment process [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_OK] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 1 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_OK [sourceFile] => [startLine] => 64 [endLine] => 64 [shortDescription] => Active [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [ACTIVE_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 0 [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => ACTIVE_DELETE [sourceFile] => [startLine] => 69 [endLine] => 69 [shortDescription] => Delete [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DEFAULT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'default' [phpDocContext] => [name] => SCENARIO_DEFAULT [sourceFile] => [startLine] => 71 [endLine] => 71 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_PAYMENT] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'payment' [phpDocContext] => [name] => SCENARIO_PAYMENT [sourceFile] => [startLine] => 72 [endLine] => 72 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_DELETE] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'delete' [phpDocContext] => [name] => SCENARIO_DELETE [sourceFile] => [startLine] => 73 [endLine] => 73 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [SCENARIO_SAVE_USER] => yii\apidoc\models\ConstDoc Object ( [definedBy] => Socialveo\Core\models\SocialveoModel [value] => 'save_user' [phpDocContext] => [name] => SCENARIO_SAVE_USER [sourceFile] => [startLine] => 74 [endLine] => 74 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) ) [authors] => Array ( ) [methods] => Array ( [t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 35 [endLine] => 75 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_t] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\Translatable [params] => Array ( [$message] => yii\apidoc\models\ParamDoc Object ( [name] => $message [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string|array|null [types] => Array ( [0] => string [1] => array [2] => null ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$domain] => yii\apidoc\models\ParamDoc Object ( [name] => $domain [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) [$placeholders] => yii\apidoc\models\ParamDoc Object ( [name] => $placeholders [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\library\Gettext|string [returnTypes] => Array ( [0] => \Socialveo\Core\library\Gettext [1] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core [namespace_aliases:protected] => Array ( [Di] => \Phalcon\Di [Gettext] => \Socialveo\Core\library\Gettext ) [lsen:protected] => ) [name] => _t [sourceFile] => vendor/socialveo/socialveo/socialveo/core/Translatable.php [startLine] => 85 [endLine] => 126 [shortDescription] => Gets translations [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNew] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNew [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 160 [endLine] => 163 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [isNewRecord] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isNewRecord [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 169 [endLine] => 172 [shortDescription] => Checks whether model is new [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 177 [endLine] => 180 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setScenario] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setScenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 185 [endLine] => 188 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [createObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$scenario] => yii\apidoc\models\ParamDoc Object ( [name] => $scenario [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => null|string [types] => Array ( [0] => null [1] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => createObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 199 [endLine] => 244 [shortDescription] => Creates an object using passed-in payload data [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Creates an object using passed-in payload data [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $scenario [isVariadic:protected] => [type:protected] => null|string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => null [1] => string ) ) [tag:protected] => param [content:protected] => null|string $scenario [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 190 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [change] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$payload] => yii\apidoc\models\ParamDoc Object ( [name] => $payload [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array|object [types] => Array ( [0] => array [1] => object ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$properties] => yii\apidoc\models\ParamDoc Object ( [name] => $properties [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$status] => yii\apidoc\models\ParamDoc Object ( [name] => $status [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => 1 [description] => [optional] [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => change [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 256 [endLine] => 292 [shortDescription] => Changes object attributes based on passed-in payload data, saves object and returns it [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Changes object attributes based on passed-in payload data, saves object and returns it [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $payload [isVariadic:protected] => [type:protected] => array|object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => object ) ) [tag:protected] => param [content:protected] => array|object $payload [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $properties [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $properties [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $status [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $status [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => self ) ) [tag:protected] => return [content:protected] => self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 246 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isSkipValidation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isSkipValidation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 298 [endLine] => 301 [shortDescription] => Is skip validation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$obj] => yii\apidoc\models\ParamDoc Object ( [name] => $obj [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string|\Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$permanent] => yii\apidoc\models\ParamDoc Object ( [name] => $permanent [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel|mixed [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 312 [endLine] => 353 [shortDescription] => Deletes an object (soft-delete) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Deletes an object (soft-delete) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $obj [isVariadic:protected] => [type:protected] => string|SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => string|SocialveoModel $obj [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $permanent [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $permanent [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel|mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel [1] => mixed ) ) [tag:protected] => return [content:protected] => SocialveoModel|mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 303 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [fetchObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuids] => yii\apidoc\models\ParamDoc Object ( [name] => $uuids [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Comma separated list [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Please provide proper UUIDs in the request query ) [return] => [returnType] => object [returnTypes] => Array ( [0] => object ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fetchObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 363 [endLine] => 381 [shortDescription] => Fetches the provided objects and returns them in an array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches the provided objects and returns them in an array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $uuids [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $uuids comma separated list [description:protected] => comma separated list [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Please provide proper UUIDs in the request query [description:protected] => Please provide proper UUIDs in the request query [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object ) ) [tag:protected] => return [content:protected] => object [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 355 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getEventsManagerInstance] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Events\ManagerInterface [returnTypes] => Array ( [0] => \Phalcon\Events\ManagerInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getEventsManagerInstance [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 389 [endLine] => 392 [shortDescription] => Returns models Events Manager [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns models Events Manager [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => \Phalcon\Events\ManagerInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Events\ManagerInterface ) ) [tag:protected] => return [content:protected] => \Phalcon\Events\ManagerInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 383 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[] [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 400 [endLine] => 407 [shortDescription] => Get behaviors [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => return [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 394 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [initBehaviors] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model\Behavior[]|array [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] [1] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initBehaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 413 [endLine] => 416 [shortDescription] => Init behaviors [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [initialize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => initialize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 423 [endLine] => 429 [shortDescription] => Initialize model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Initialize model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 418 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [onConstruct] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => onConstruct [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 436 [endLine] => 441 [shortDescription] => OnConstruct event model [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => onConstruct event model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 431 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [behaviorsNotify] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed [returnTypes] => Array ( [0] => mixed ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => behaviorsNotify [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 450 [endLine] => 460 [shortDescription] => Behavior notify [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behavior notify [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $event [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $event [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => return [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 443 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setGetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setGetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 467 [endLine] => 470 [shortDescription] => Set getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [setSetter] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$callable] => yii\apidoc\models\ParamDoc Object ( [name] => $callable [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => callable [types] => Array ( [0] => callable ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setSetter [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 477 [endLine] => 480 [shortDescription] => Set setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getSetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => callable[] [returnTypes] => Array ( [0] => callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 486 [endLine] => 489 [shortDescription] => Return setters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getGetters] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \callable[] [returnTypes] => Array ( [0] => \callable[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getGetters [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 495 [endLine] => 498 [shortDescription] => Return getters [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__get] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model\Resultset|\Phalcon\Mvc\Model [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model\Resultset [2] => \Phalcon\Mvc\Model ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __get [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 505 [endLine] => 512 [shortDescription] => Magic method to get related records using the relation alias as a property or getters defined by setGetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__set] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __set [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 519 [endLine] => 526 [shortDescription] => Magic method to set related records using the relation alias as a property or setters defined by setSetter() [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [__isset] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$property] => yii\apidoc\models\ParamDoc Object ( [name] => $property [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => __isset [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 534 [endLine] => 540 [shortDescription] => Magic method to check if a property is a valid relation [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [readAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => readAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 548 [endLine] => 554 [shortDescription] => Read attribute from getter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [writeAttribute] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$value] => yii\apidoc\models\ParamDoc Object ( [name] => $value [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => writeAttribute [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 562 [endLine] => 567 [shortDescription] => Write attribute using setter [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target_id] => yii\apidoc\models\ParamDoc Object ( [name] => $target_id [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$target_type] => yii\apidoc\models\ParamDoc Object ( [name] => $target_type [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => Array ( ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => The model is not valid ) [return] => [returnType] => object|boolean [returnTypes] => Array ( [0] => object [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 578 [endLine] => 585 [shortDescription] => Returns the target object by target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the target object by target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_id [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_id [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target_type [isVariadic:protected] => [type:protected] => [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( ) ) [tag:protected] => param [content:protected] => $target_type [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception The model is not valid [description:protected] => The model is not valid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => object|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => object [1] => boolean ) ) [tag:protected] => return [content:protected] => object|boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 569 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [setTargetObject] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$target] => yii\apidoc\models\ParamDoc Object ( [name] => $target [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => setTargetObject [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 594 [endLine] => 600 [shortDescription] => Set target_id and target_type [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Set target_id and target_type [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $target [isVariadic:protected] => [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => param [content:protected] => SocialveoModel $target [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 587 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getAttributesStatic] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$class] => yii\apidoc\models\ParamDoc Object ( [name] => $class [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributesStatic [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 607 [endLine] => 615 [shortDescription] => Get models metadata attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getLastQueryFullCount] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => int|null [returnTypes] => Array ( [0] => int [1] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getLastQueryFullCount [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 622 [endLine] => 650 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [filteredFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array|\Phalcon\Mvc\Model\Criteria [types] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$filterParams] => yii\apidoc\models\ParamDoc Object ( [name] => $filterParams [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$cache] => yii\apidoc\models\ParamDoc Object ( [name] => $cache [typeHint] => [isOptional] => 1 [defaultValue] => true [isPassedByReference] => [description] => [optional] default true [type] => boolean [types] => Array ( [0] => boolean ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$distinct] => yii\apidoc\models\ParamDoc Object ( [name] => $distinct [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] Distinct attribute [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => filteredFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 663 [endLine] => 928 [shortDescription] => Returns query results filtered by GET user-parameters, optionaly cached [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results filtered by GET user-parameters, optionaly cached [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array|Criteria [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array [1] => \Phalcon\Mvc\Model\Criteria ) ) [tag:protected] => param [content:protected] => array|Criteria $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $filterParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $filterParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $cache [isVariadic:protected] => [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => param [content:protected] => boolean $cache [optional] default true [description:protected] => [optional] default true [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $distinct [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $distinct [optional] Distinct attribute [description:protected] => [optional] Distinct attribute [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 652 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [cachedFind] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$queryParams] => yii\apidoc\models\ParamDoc Object ( [name] => $queryParams [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => \Phalcon\Mvc\Model|\Phalcon\Mvc\Model\ResultsetInterface [returnTypes] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => cachedFind [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 937 [endLine] => 940 [shortDescription] => Returns query results from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns query results from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $queryParams [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $queryParams [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model [1] => \Phalcon\Mvc\Model\ResultsetInterface ) ) [tag:protected] => return [content:protected] => Model|\Phalcon\Mvc\Model\ResultsetInterface [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 930 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [retrieve] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$identifier] => yii\apidoc\models\ParamDoc Object ( [name] => $identifier [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => Can by ID or UUID or array [type] => integer|string|array [types] => Array ( [0] => integer [1] => string [2] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => static [returnTypes] => Array ( [0] => static ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => retrieve [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 950 [endLine] => 964 [shortDescription] => Returns object from cache (if set and not expired) or database [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns object from cache (if set and not expired) or database [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $identifier [isVariadic:protected] => [type:protected] => integer|string|array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => integer [1] => string [2] => array ) ) [tag:protected] => param [content:protected] => integer|string|array $identifier can by ID or UUID or array [description:protected] => can by ID or UUID or array [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $model [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $model [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => static [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => static ) ) [tag:protected] => return [content:protected] => static [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 942 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [userHasAccess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => Object, UUID, or null [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => Resource access check failed. User undefined. ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => userHasAccess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1066 [endLine] => 1081 [shortDescription] => Returns true if user has access to resource, otherwise false [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns true if user has access to resource, otherwise false [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => mixed [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => mixed ) ) [tag:protected] => param [content:protected] => mixed $user object, UUID, or null [description:protected] => object, UUID, or null [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Resource access check failed. User undefined. [description:protected] => Resource access check failed. User undefined. [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1058 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [pluralize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $plural [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => pluralize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1090 [endLine] => 1105 [shortDescription] => Transforms words from singular to plural [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from singular to plural [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $plural [description:protected] => $plural [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1083 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [singularize] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$plural] => yii\apidoc\models\ParamDoc Object ( [name] => $plural [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => $singular [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => singularize [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1114 [endLine] => 1129 [shortDescription] => Transforms words from plural to singular [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms words from plural to singular [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $plural [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $plural [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string $singular [description:protected] => $singular [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1107 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resourceToModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resource] => yii\apidoc\models\ParamDoc Object ( [name] => $resource [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Model name or false [returnType] => string|boolean [returnTypes] => Array ( [0] => string [1] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resourceToModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1138 [endLine] => 1145 [shortDescription] => Transforms a resource name string to a Model name (if such model exists) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Transforms a resource name string to a Model name (if such model exists) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resource [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $resource [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => boolean ) ) [tag:protected] => return [content:protected] => string|boolean model name or false [description:protected] => model name or false [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1131 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getResourceType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$singular] => yii\apidoc\models\ParamDoc Object ( [name] => $singular [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => Resource name [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getResourceType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1154 [endLine] => 1161 [shortDescription] => Returns a string resource name of the Object (singular form) [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a string resource name of the Object (singular form) [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $singular [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $singular [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string resource name [description:protected] => resource name [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1147 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1171 [endLine] => 1194 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1163 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTargetObjectFromArray] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => array [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetObjectFromArray [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1204 [endLine] => 1223 [shortDescription] => Fetches an object based on passed array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetches an object based on passed array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) ) [tag:protected] => return [content:protected] => SocialveoModel [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1196 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getUuidsObjects] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$arr] => yii\apidoc\models\ParamDoc Object ( [name] => $arr [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$attribute] => yii\apidoc\models\ParamDoc Object ( [name] => $attribute [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel[] [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUuidsObjects [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1234 [endLine] => 1284 [shortDescription] => Fetch objects passed in array [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Fetch objects passed in array [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $arr [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $arr [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $attribute [isVariadic:protected] => [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => param [content:protected] => string $attribute [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => return [content:protected] => SocialveoModel[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1225 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getObjectTypeByParam] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uri] => yii\apidoc\models\ParamDoc Object ( [name] => $uri [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getObjectTypeByParam [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1293 [endLine] => 1308 [shortDescription] => Returns an resource type based on request URI [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an resource type based on request URI [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1286 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getTarget] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => static|\Socialveo\Core\models\SocialveoModel|null [returnTypes] => Array ( [0] => static [1] => \Socialveo\Core\models\SocialveoModel [2] => null ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTarget [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1348 [endLine] => 1356 [shortDescription] => Returns target object [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [toJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => toJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1366 [endLine] => 1496 [shortDescription] => Returns a typed array ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns a typed array ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1358 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [resultsetToJson] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$resultset] => yii\apidoc\models\ParamDoc Object ( [name] => $resultset [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Socialveo\Core\models\SocialveoModel[] [types] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$embed] => yii\apidoc\models\ParamDoc Object ( [name] => $embed [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$extraFields] => yii\apidoc\models\ParamDoc Object ( [name] => $extraFields [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$checkAccess] => yii\apidoc\models\ParamDoc Object ( [name] => $checkAccess [typeHint] => [isOptional] => 1 [defaultValue] => false [isPassedByReference] => [description] => [optional] Check user access [type] => bool [types] => Array ( [0] => bool ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [optional] User for being check for access [type] => \Socialveo\Core\models\User [types] => Array ( [0] => \Socialveo\Core\models\User ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => resultsetToJson [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1509 [endLine] => 1531 [shortDescription] => Returns an array of typed arrays, ready to be json_encoded [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns an array of typed arrays, ready to be json_encoded [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $resultset [isVariadic:protected] => [type:protected] => SocialveoModel[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\SocialveoModel[] ) ) [tag:protected] => param [content:protected] => SocialveoModel[] $resultset [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $embed [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $embed [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $extraFields [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => param [content:protected] => array $extraFields [optional] [description:protected] => [optional] [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $checkAccess [isVariadic:protected] => [type:protected] => bool [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => bool ) ) [tag:protected] => param [content:protected] => bool $checkAccess [optional] Check user access [description:protected] => [optional] Check user access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $user [isVariadic:protected] => [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => param [content:protected] => User $user [optional] User for being check for access [description:protected] => [optional] User for being check for access [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => return [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1498 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeCreate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => Could not retrieve nested object ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeCreate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1544 [endLine] => 1600 [shortDescription] => Before create hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before create hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Multifield relations are not supported [description:protected] => Multifield relations are not supported [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception Could not retrieve nested object [description:protected] => Could not retrieve nested object [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [5] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [6] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [7] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1533 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1608 [endLine] => 1658 [shortDescription] => Before update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1602 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1666 [endLine] => 1693 [shortDescription] => After update hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After update hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1660 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1701 [endLine] => 1720 [shortDescription] => After save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1695 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeDelete] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeDelete [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1728 [endLine] => 1749 [shortDescription] => Before delete hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before delete hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1722 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [beforeSave] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => beforeSave [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1757 [endLine] => 1766 [shortDescription] => Before save hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Before save hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1751 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [afterFetch] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => void [returnTypes] => Array ( [0] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => afterFetch [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1774 [endLine] => 1785 [shortDescription] => After fetch hook [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => After fetch hook [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => void ) ) [tag:protected] => return [content:protected] => void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1768 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [validation] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => boolean|void [returnTypes] => Array ( [0] => boolean [1] => void ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => validation [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1793 [endLine] => 1802 [shortDescription] => Validations [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Validations [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean|void [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean [1] => void ) ) [tag:protected] => return [content:protected] => boolean|void [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1787 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getActivePaymentProcess] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActivePaymentProcess [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1807 [endLine] => 1810 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getPaymentIsOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getPaymentIsOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1816 [endLine] => 1820 [shortDescription] => Returns true if is payment ok [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getActiveOk] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getActiveOk [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1825 [endLine] => 1828 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getUser] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( [\Exception] => ) [return] => [returnType] => \Socialveo\Core\models\User [returnTypes] => Array ( [0] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getUser [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1838 [endLine] => 1864 [shortDescription] => Returns user model of the currently logged in (or passed-in) user [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns user model of the currently logged in (or passed-in) user [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => mixed [types:protected] => [tag:protected] => param [content:protected] => mixed [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => User [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Socialveo\Core\models\User ) ) [tag:protected] => return [content:protected] => User [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ThrowsTag Object ( [type:protected] => \Exception [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Exception ) ) [tag:protected] => throws [content:protected] => \Exception [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [4] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1830 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getSourceTable] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$table] => yii\apidoc\models\ParamDoc Object ( [name] => $table [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getSourceTable [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1873 [endLine] => 1881 [shortDescription] => Returns the source table [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Returns the source table [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string ) ) [tag:protected] => return [content:protected] => string [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1866 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [getChangedFields] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getChangedFields [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1888 [endLine] => 1900 [shortDescription] => Returns a list of changed values [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [hasChanged] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$fieldName] => yii\apidoc\models\ParamDoc Object ( [name] => $fieldName [typeHint] => [isOptional] => 1 [defaultValue] => null [isPassedByReference] => [description] => [type] => string|array [types] => Array ( [0] => string [1] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => hasChanged [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1909 [endLine] => 1930 [shortDescription] => Check if a specific attribute has changed This only works if the model is keeping data snapshots [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [forUpdate] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => \Socialveo\Core\models\SocialveoModel [returnTypes] => Array ( [0] => \Socialveo\Core\models\SocialveoModel ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => forUpdate [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1935 [endLine] => 1948 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [findFirstByUuid] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$uuid] => yii\apidoc\models\ParamDoc Object ( [name] => $uuid [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => self [returnTypes] => Array ( [0] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => findFirstByUuid [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1955 [endLine] => 1960 [shortDescription] => Find first model by uuid [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => 1 [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$model] => yii\apidoc\models\ParamDoc Object ( [name] => $model [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => [types] => [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => string|\Socialveo\Core\models\SocialveoModel|self [returnTypes] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 1967 [endLine] => 2010 [shortDescription] => Get model [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $name [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => param [content:protected] => string $name [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Get model [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => string|SocialveoModel|self [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => string [1] => \Socialveo\Core\models\SocialveoModel [2] => self ) ) [tag:protected] => return [content:protected] => string|SocialveoModel|self [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 1962 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [isModel] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$name] => yii\apidoc\models\ParamDoc Object ( [name] => $name [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => isModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2017 [endLine] => 2021 [shortDescription] => Check if called class and the model name is the same [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [fire] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$event] => yii\apidoc\models\ParamDoc Object ( [name] => $event [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => string [types] => Array ( [0] => string ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$options] => yii\apidoc\models\ParamDoc Object ( [name] => $options [typeHint] => [isOptional] => 1 [defaultValue] => [] [isPassedByReference] => [description] => [optional] [type] => array [types] => Array ( [0] => array ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => fire [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2028 [endLine] => 2030 [shortDescription] => Fire event [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getTargetType] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => string [returnTypes] => Array ( [0] => string ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getTargetType [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2036 [endLine] => 2040 [shortDescription] => Returns target type [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getIsOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$user] => yii\apidoc\models\ParamDoc Object ( [name] => $user [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => mixed [types] => Array ( [0] => mixed ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => bool [returnTypes] => Array ( [0] => bool ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getIsOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2047 [endLine] => 2077 [shortDescription] => Check if user is owner of resource [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getRealOwner] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => mixed|\Phalcon\Mvc\Model|\Phalcon\Mvc\Model\Resultset|\Socialveo\Core\models\User [returnTypes] => Array ( [0] => mixed [1] => \Phalcon\Mvc\Model [2] => \Phalcon\Mvc\Model\Resultset [3] => \Socialveo\Core\models\User ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getRealOwner [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2083 [endLine] => 2089 [shortDescription] => Return real owner [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [getAttributes] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => 1 [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => array [returnTypes] => Array ( [0] => array ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => getAttributes [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2095 [endLine] => 2099 [shortDescription] => Get model meta data attributes [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [deleteTargetIndex] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => public [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( ) [exceptions] => Array ( ) [return] => [returnType] => [returnTypes] => [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => deleteTargetIndex [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2104 [endLine] => 2120 [shortDescription] => Delete target index [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [_preSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _preSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2131 [endLine] => 2134 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2122 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [_postSaveRelatedRecords] => yii\apidoc\models\MethodDoc Object ( [isAbstract] => [isFinal] => [isStatic] => [visibility] => protected [definedBy] => Socialveo\Core\models\SocialveoModel [params] => Array ( [$connection] => yii\apidoc\models\ParamDoc Object ( [name] => $connection [typeHint] => \Phalcon\Db\AdapterInterface [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Db\AdapterInterface [types] => Array ( [0] => \Phalcon\Db\AdapterInterface ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) [$related] => yii\apidoc\models\ParamDoc Object ( [name] => $related [typeHint] => [isOptional] => [defaultValue] => [isPassedByReference] => [description] => [type] => \Phalcon\Mvc\ModelInterface[] [types] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php ) ) [exceptions] => Array ( ) [return] => [returnType] => boolean [returnTypes] => Array ( [0] => boolean ) [isReturnByReference] => [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => _postSaveRelatedRecords [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 2145 [endLine] => 2148 [shortDescription] => Override default method for turn off auto-updating related records [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object ( [link:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [tag:protected] => link [content:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [description:protected] => https://forum.phalconphp.com/discussion/10929/how-do-you-stop-phalcon-models-from-auto-saving-related-records [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Override default method for turn off auto-updating related records [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\LinkTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $connection [isVariadic:protected] => [type:protected] => \Phalcon\Db\AdapterInterface [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Db\AdapterInterface ) ) [tag:protected] => param [content:protected] => \Phalcon\Db\AdapterInterface $connection [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\ParamTag Object ( [variableName:protected] => $related [isVariadic:protected] => [type:protected] => \Phalcon\Mvc\ModelInterface[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\ModelInterface[] ) ) [tag:protected] => param [content:protected] => \Phalcon\Mvc\ModelInterface[] $related [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\ReturnTag Object ( [type:protected] => boolean [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => boolean ) ) [tag:protected] => return [content:protected] => boolean [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 2136 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [properties] => Array ( [$changedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => array [types] => Array ( [0] => array ) [defaultValue] => [] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $changedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 97 [endLine] => 97 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Array of columns that were changed upon an update action, [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\SeeTag Object ( [refers:protected] => https://github.com/phalcon/cphalcon/issues/1867 [tag:protected] => see [content:protected] => https://github.com/phalcon/cphalcon/issues/1867 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [3] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 90 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$restrictedColumns] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => 1 [type] => array [types] => Array ( [0] => array ) [defaultValue] => ['id', 'pass', 'email', 'last_login', 'search_string', 'notifications', 'data', 'active', 'queued'] [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $restrictedColumns [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 136 [endLine] => 146 [shortDescription] => [description] => [since] => 1.0 [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object *RECURSION* [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object ( [version:protected] => 1.0 [tag:protected] => version [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Static array of columns that are not be available for standard manipulation, also not allowed in JSON responses [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => array [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => array ) ) [tag:protected] => var [content:protected] => array [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [1] => phpDocumentor\Reflection\DocBlock\Tag\SinceTag Object ( [version:protected] => 1.0 [tag:protected] => since [content:protected] => 1.0 [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [2] => phpDocumentor\Reflection\DocBlock\Tag\VersionTag Object *RECURSION* ) [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 130 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) [$scenario] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => [types] => [defaultValue] => self::SCENARIO_DEFAULT [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => [name] => $scenario [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 148 [endLine] => 148 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( ) ) [$_behaviors] => yii\apidoc\models\PropertyDoc Object ( [visibility] => protected [isStatic] => [type] => \Phalcon\Mvc\Model\Behavior[] [types] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) [defaultValue] => [getter] => [setter] => [definedBy] => Socialveo\Core\models\SocialveoModel [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => $_behaviors [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 154 [endLine] => 154 [shortDescription] => [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag\VarTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => Behavior[] [types:protected] => phpDocumentor\Reflection\DocBlock\Type\Collection Object ( [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [storage:ArrayObject:private] => Array ( [0] => \Phalcon\Mvc\Model\Behavior[] ) ) [tag:protected] => var [content:protected] => Behavior[] [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Behaviors [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 150 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) ) [namespace] => Socialveo\Core\models [phpDocContext] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [name] => Socialveo\Core\models\SocialveoModel [sourceFile] => vendor/socialveo/socialveo/socialveo/core/models/SocialveoModel.php [startLine] => 52 [endLine] => 2149 [shortDescription] => Class SocialveoModel [description] => [since] => [deprecatedSince] => [deprecatedReason] => [tags] => Array ( [0] => phpDocumentor\Reflection\DocBlock\Tag Object ( [tag:protected] => package [content:protected] => Socialveo\Core\models [description:protected] => Socialveo\Core\models [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [1] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int id [description:protected] => id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [2] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string uuid [description:protected] => uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [3] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int active [description:protected] => active [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [4] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int target_id [description:protected] => target_id [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [5] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_uuid [description:protected] => target_uuid [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [6] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => string [types:protected] => [tag:protected] => property [content:protected] => string target_type [description:protected] => target_type [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [7] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int created [description:protected] => created [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [8] => phpDocumentor\Reflection\DocBlock\Tag\PropertyTag Object ( [variableName:protected] => [isVariadic:protected] => [type:protected] => int [types:protected] => [tag:protected] => property [content:protected] => int updated [description:protected] => updated [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [9] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => toArray [arguments:protected] => [isStatic:protected] => [type:protected] => array [types:protected] => [tag:protected] => method [content:protected] => array toArray() [description:protected] => [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) [10] => phpDocumentor\Reflection\DocBlock\Tag\MethodTag Object ( [method_name:protected] => [arguments:protected] => [isStatic:protected] => [type:protected] => [types:protected] => [tag:protected] => method [content:protected] => Message[] getMessages() [description:protected] => Message[] getMessages() [parsedDescription:protected] => [location:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object ( [short_description:protected] => Class SocialveoModel [long_description:protected] => phpDocumentor\Reflection\DocBlock\Description Object ( [contents:protected] => [parsedContents:protected] => [docblock:protected] => phpDocumentor\Reflection\DocBlock Object *RECURSION* ) [tags:protected] => Array *RECURSION* [context:protected] => phpDocumentor\Reflection\DocBlock\Context Object ( [namespace:protected] => Socialveo\Core\models [namespace_aliases:protected] => Array ( [Exception] => \Exception [BackendInterface] => \Phalcon\Cache\BackendInterface [Config] => \Phalcon\Config [Di] => \Phalcon\Di [Column] => \Phalcon\Db\Column [Form] => \Phalcon\Forms\Form [Model] => \Phalcon\Mvc\Model [Manager] => \Phalcon\Mvc\Model\Manager [Message] => \Phalcon\Mvc\Model\Message [QueryBuilder] => \Phalcon\Mvc\Model\Query\Builder [Behavior] => \Phalcon\Mvc\Model\Behavior [Criteria] => \Phalcon\Mvc\Model\Criteria [ModelInterface] => \Phalcon\Mvc\ModelInterface [Router] => \Phalcon\Mvc\Router [Text] => \Phalcon\Text [Uuid] => \Rhumsaa\Uuid\Uuid [CacheHelper] => \Socialveo\Core\helpers\CacheHelper [User] => \Socialveo\Core\models\User [Translatable] => \Socialveo\Core\Translatable ) [lsen:protected] => ) [location:protected] => phpDocumentor\Reflection\DocBlock\Location Object ( [lineNumber:protected] => 36 [columnNumber:protected] => 0 ) [isTemplateStart:protected] => [isTemplateEnd:protected] => ) ) ) ) public static Socialveo\Core\models\SocialveoModel retrieve ( $identifier, $model = null ) | ||
| $identifier | integer|string|array | Can by ID or UUID or array |
| $model | string | [optional] |
Set getter
| public void setGetter ( $property, $callable ) | ||
| $property | string | |
| $callable | callable | |
| public void setScenario ( $scenario ) | ||
| $scenario | string | |
Set setter
| public void setSetter ( $property, $callable ) | ||
| $property | string | |
| $callable | callable | |
Set target_id and target_type
| public void setTargetObject ( $target ) | ||
| $target | Socialveo\Core\models\SocialveoModel | |
Transforms words from plural to singular
| public static string singularize ( $plural ) | ||
| $plural | string | |
| return | string | $singular |
|---|---|---|
Returns a typed array ready to be json_encoded
| public array toJson ( $embed = [], $extraFields = [] ) | ||
| $embed | array | [optional] |
| $extraFields | array | [optional] |
Returns true if user has access to resource, otherwise false
| public boolean userHasAccess ( $user = null ) | ||
| $user | mixed | Object, UUID, or null |
| throws | Exception | Resource access check failed. User undefined. |
|---|---|---|
Validations
| public boolean|void validation ( ) |
Write attribute using setter
| public void writeAttribute ( $attribute, $value ) | ||
| $attribute | string | |
| $value | mixed | |